Skip to main content

Fynd Platform

The Fynd Platform Activity enables performing operations directly on the Fynd Platform from within your Boltic workflows. It allows seamless integration with Fynd APIs for automating platform actions like managing users, catalogs, and custom resources.

Overview

This activity connects your Boltic workflow to the Fynd Platform using secure authentication. You can select a predefined resource such as User, Custom, or Catalog, and perform supported operations for each resource. The available input fields are dynamically displayed based on the selected resource and operation.

Configuration

Fynd Platform Secret

Select the Fynd Platform Secret account to authorize API requests.

Resource Selection

Choose the resource you want to operate on. Available options typically include User, Custom, Catalog, and other supported platform resources.

Operation

Based on the selected resource, choose the operation to perform. Each resource supports its own set of available operations.

Dynamic Inputs

After selecting an operation, the corresponding input fields appear automatically. These inputs vary depending on the selected resource and operation.

Custom Resource

When selecting Custom as the resource, you can make any supported API call to the Fynd Platform. You can configure:

  • API Endpoint (URL path)
  • HTTP Method (GET, POST, PUT, DELETE)
  • Request Body (JSON payload)

Notes

  • Ensure that the selected Fynd Platform Secret has the correct permissions for performing the chosen operation.
  • The activity dynamically adjusts its input fields based on resource and operation selections.
  • For Custom resource operations, refer to the official Fynd Platform API documentation for endpoint structure and parameters.
  • The API response is available as {{activity.result}} for use in subsequent workflow steps.